Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 20 - QuickDraw 3D Mathematical Utilities / QuickDraw 3D Mathematical Utilities Reference
QuickDraw 3D Mathematical Utilities / Managing Matrices


Q3Matrix4x4_Transpose

You can use the Q3Matrix4x4_Transpose function to transpose a 4-by-4 matrix.

TQ3Matrix4x4 *Q3Matrix4x4_Transpose (
const TQ3Matrix4x4 *matrix4x4, 
TQ3Matrix4x4 *result);
matrix4x4
A 4-by-4 matrix.
result
On exit, the transpose of matrix4x4.
DESCRIPTION
The Q3Matrix4x4_Transpose function returns, as its function result and in the result parameter, the transpose of the matrix matrix4x4.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996